Class WsFindAttributeDefNamesResults

java.lang.Object
edu.internet2.middleware.grouper.ws.soap_v2_2.WsFindAttributeDefNamesResults

public class WsFindAttributeDefNamesResults extends Object
returned from the attribute def name find query
  • Constructor Details

    • WsFindAttributeDefNamesResults

      public WsFindAttributeDefNamesResults()
  • Method Details

    • getAttributeDefs

      public WsAttributeDef[] getAttributeDefs()
      has 0 to many attribute defs related to the names that match the query
      Returns:
      attribute defs
    • setAttributeDefs

      public void setAttributeDefs(WsAttributeDef[] attributeDefs1)
      has 0 to many attribute defs related to the names that match the query
      Parameters:
      attributeDefs1 -
    • getAttributeDefNameResults

      public WsAttributeDefName[] getAttributeDefNameResults()
      has 0 to many attribute def names that match the query by example
      Returns:
      the attribute def name Results
    • setAttributeDefNameResults

      public void setAttributeDefNameResults(WsAttributeDefName[] attributeDefNameResults1)
      basic results to the query
      Parameters:
      attributeDefNameResults1 - the groupResults to set
    • getResultMetadata

      public WsResultMeta getResultMetadata()
      Returns:
      the resultMetadata
    • getResponseMetadata

      public WsResponseMeta getResponseMetadata()
      Returns:
      the response metadata
      See Also:
    • setResponseMetadata

      public void setResponseMetadata(WsResponseMeta responseMetadata1)
      Parameters:
      responseMetadata1 - the responseMetadata to set
    • setResultMetadata

      public void setResultMetadata(WsResultMeta resultMetadata1)
      Parameters:
      resultMetadata1 - the resultMetadata to set