Uses of Interface
org.oasisOpen.docs.wsSx.wsTrust.x200512.ParticipantType
-
Packages that use ParticipantType Package Description org.oasisOpen.docs.wsSx.wsTrust.x200512 -
-
Uses of ParticipantType in org.oasisOpen.docs.wsSx.wsTrust.x200512
Methods in org.oasisOpen.docs.wsSx.wsTrust.x200512 that return ParticipantType Modifier and Type Method Description ParticipantTypeParticipantsType. addNewParticipant()Appends and returns a new empty value (as xml) as the last "Participant" elementParticipantTypeParticipantsType. addNewPrimary()Appends and returns a new empty "Primary" elementParticipantType[]ParticipantsType. getParticipantArray()Gets array of all "Participant" elementsParticipantTypeParticipantsType. getParticipantArray(int i)Gets ith "Participant" elementParticipantTypeParticipantsType. getPrimary()Gets the "Primary" elementParticipantTypeParticipantsType. insertNewParticipant(int i)Inserts and returns a new empty value (as xml) as the ith "Participant" elementstatic ParticipantTypeParticipantType.Factory. newInstance()static ParticipantTypeParticipantType.Factory. newInstance(XmlOptions options)static ParticipantTypeParticipantType.Factory. parse(File file)static ParticipantTypeParticipantType.Factory. parse(File file, XmlOptions options)static ParticipantTypeParticipantType.Factory. parse(InputStream is)static ParticipantTypeParticipantType.Factory. parse(InputStream is, XmlOptions options)static ParticipantTypeParticipantType.Factory. parse(Reader r)static ParticipantTypeParticipantType.Factory. parse(Reader r, XmlOptions options)static ParticipantTypeParticipantType.Factory. parse(String xmlAsString)static ParticipantTypeParticipantType.Factory. parse(String xmlAsString, XmlOptions options)static ParticipantTypeParticipantType.Factory. parse(URL u)static ParticipantTypeParticipantType.Factory. parse(URL u, XmlOptions options)static ParticipantTypeParticipantType.Factory. parse(XMLStreamReader sr)static ParticipantTypeParticipantType.Factory. parse(XMLStreamReader sr, XmlOptions options)static ParticipantTypeParticipantType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ParticipantTypeParticipantType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ParticipantTypeParticipantType.Factory. parse(Node node)static ParticipantTypeParticipantType.Factory. parse(Node node, XmlOptions options)Methods in org.oasisOpen.docs.wsSx.wsTrust.x200512 with parameters of type ParticipantType Modifier and Type Method Description voidParticipantsType. setParticipantArray(int i, ParticipantType participant)Sets ith "Participant" elementvoidParticipantsType. setParticipantArray(ParticipantType[] participantArray)Sets array of all "Participant" elementvoidParticipantsType. setPrimary(ParticipantType primary)Sets the "Primary" element
-