com.sun.identity.liberty.ws.disco
クラス InsertEntry

java.lang.Object
  上位を拡張 com.sun.identity.liberty.ws.disco.InsertEntry

public class InsertEntry
extends Object

The class InsertEntry represents a Insert Entry for Discovery Modify request.

The following schema fragment specifies the expected content within the InsertEntry object.

 <xs:element name="InsertEntry" type="InsertEntryType">
 <complexType name="InsertEntryType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:liberty:disco:2003-08}ResourceOffering"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


コンストラクタの概要
InsertEntry(Element elem)
          Constructor.
InsertEntry(ResourceOffering resourceOffering, List any)
          Constructor.
 
メソッドの概要
 List getAny()
          Gets the value of the Any property.
 ResourceOffering getResourceOffering()
          Gets the resource offering to be inserted.
 void setAny(List any)
          Sets the value of the Any property.
 void setResourceOffering(ResourceOffering value)
          Sets the resource offering to be inserted.
 String toString()
          Gets string format.
 

コンストラクタの詳細

InsertEntry

public InsertEntry(ResourceOffering resourceOffering,
                   List any)
Constructor.

パラメータ:
resourceOffering - discovery Resource offering to be inserted.
any - List of Directive object, this is to allow the requester to include directives about the resource offering being inserted.

InsertEntry

public InsertEntry(Element elem)
            throws DiscoveryException
Constructor.

パラメータ:
elem - InsertEntry DOM element
例外:
DiscoveryException - if error occurs
メソッドの詳細

getResourceOffering

public ResourceOffering getResourceOffering()
Gets the resource offering to be inserted.

戻り値:
the resource offering to be inserted.
関連項目:
InsertEntry.setResourceOffering(ResourceOffering)

setResourceOffering

public void setResourceOffering(ResourceOffering value)
Sets the resource offering to be inserted.

パラメータ:
value - the resource offering to be inserted.
関連項目:
InsertEntry.getResourceOffering()

getAny

public List getAny()
Gets the value of the Any property.

戻り値:
List of com.sun.identity.liberty.ws.disco.Directive objects.
関連項目:
InsertEntry.setAny(List)

setAny

public void setAny(List any)
Sets the value of the Any property.

パラメータ:
any - List of com.sun.identity.liberty.ws.disco.Directive objects.
関連項目:
InsertEntry.getAny()

toString

public String toString()
Gets string format.

オーバーライド:
クラス Object 内の toString
戻り値:
formatted String.