Uses of Class
org.javastro.ivoa.entities.resource.Contact
Packages that use Contact
-
Uses of Contact in org.javastro.ivoa.entities.resource
Fields in org.javastro.ivoa.entities.resource declared as ContactFields in org.javastro.ivoa.entities.resource with type parameters of type ContactModifier and TypeFieldDescriptionContact.PropInfo.ADDRESSContact.PropInfo.ALT_IDENTIFIERSCuration.contactsInformation that can be used for contacting someone with regard to this resource.Curation.PropInfo.CONTACTSContact.PropInfo.EMAILContact.PropInfo.IVO_IDstatic final com.kscs.util.jaxb.SinglePropertyInfo<Contact,ResourceName> Contact.PropInfo.NAMEContact.PropInfo.TELEPHONEMethods in org.javastro.ivoa.entities.resource with type parameters of type ContactModifier and TypeMethodDescriptionprotected <_P extends Contact>
_PContact.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource that return ContactModifier and TypeMethodDescriptionContact.Builder.build()Contact.clone()Contact.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Contact.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectFactory.createContact()Create an instance ofContactContact.createCopy()Contact.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Contact.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource that return types with arguments of type ContactModifier and TypeMethodDescriptionCuration.getContacts()Information that can be used for contacting someone with regard to this resource.Curation.Modifier.getContacts()Methods in org.javastro.ivoa.entities.resource with parameters of type ContactModifier and TypeMethodDescriptionCuration.Builder.addContacts(Contact... contacts) Adds the given items to the value of "contacts"static Contact.Builder<Void>Contact.copyExcept(Contact _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Contact.Builder<_B>static <_B> Contact.Builder<_B>Contact.copyOf(Contact _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Contact.Builder<Void>Curation.Builder.withContacts(Contact... contacts) Sets the new value of "contacts" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource with type arguments of type ContactModifier and TypeMethodDescriptionCuration.Builder.addContacts(Iterable<? extends Contact> contacts) Adds the given items to the value of "contacts"Curation.Builder.withContacts(Iterable<? extends Contact> contacts) Sets the new value of "contacts" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource with parameters of type Contact